home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / hal.conf < prev    next >
Text File  |  2009-10-05  |  410b  |  19 lines

  1. # hal - hardware abstraction layer
  2. #
  3. # The HAL daemon collects and maintains information about your hardware
  4. # and provides an abstraction layer for applications to access that
  5. # information and utilise the hardware.
  6.  
  7. description    "hardware abstraction layer"
  8.  
  9. start on (filesystem
  10.       and started dbus
  11.       and started udev)
  12. stop on (stopping dbus
  13.      or stopping udev)
  14.  
  15. expect fork
  16. respawn
  17.  
  18. exec hald --daemon=yes
  19.